projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5909d4
)
glsl: Add a comment
author
Timm Bäder
<mail@baedert.org>
Thu, 8 Oct 2020 15:58:37 +0000
(17:58 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 14 Oct 2020 19:06:12 +0000
(15:06 -0400)
gsk/resources/glsl/preamble.glsl
patch
|
blob
|
history
diff --git
a/gsk/resources/glsl/preamble.glsl
b/gsk/resources/glsl/preamble.glsl
index 091438b3b4a4e63fdc88ae9bf82e8e824c2bf7ef..47cc21b004da6755062d43a8342848b4a436d825 100644
(file)
--- a/
gsk/resources/glsl/preamble.glsl
+++ b/
gsk/resources/glsl/preamble.glsl
@@
-15,7
+15,7
@@
precision highp float;
struct GskRoundedRect
{
- vec4 bounds;
+ vec4 bounds;
// Top left and bottom right
// Look, arrays can't be in structs if you want to return the struct
// from a function in gles or whatever. Just kill me.
vec4 corner_points1; // xy = top left, zw = top right